Auto merge of #2330 - rillian:fixes, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 29 Jan 2016 22:15:35 +0000 (22:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 29 Jan 2016 22:15:35 +0000 (22:15 +0000)
std::slice::SliceConcatExt::connect() was deprecated in 1.3.0
and renamed to join(). Now that 1.6.0 is the stable release,
we can transition to the newer method name.


Trivial merge